Package-level declarations

Types

Link copied to clipboard
object CursorUtil

Helper class to work with Cursors

Link copied to clipboard

Provides methods for extracting image path from chooser

Link copied to clipboard
object FileUtils

Contains helper methods for working with files and directories.

Link copied to clipboard
object ImageUtils
Link copied to clipboard

A callback that is used in the SDK allowing developers to cancel time-consuming operations (e.g. page extraction from a PDF file).

Link copied to clipboard

Helper methods for Polygons.

Link copied to clipboard

A callback that enables developers to monitor the progress of time-consuming operations, like page extraction from a PDF file.

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun filterContentUrisAndConvertToImageRefs(contentResolver: ContentResolver, uris: List<Uri>, loadOptions: BufferImageLoadOptions = BufferImageLoadOptions()): Result<List<ImageRef>>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun List<PointF>.isSimilarWithThreshold(polygon: List<PointF>, epsilon: Float = 0.005f): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun Bitmap.preprocessBitmap(orientation: Int): Bitmap
Link copied to clipboard
Link copied to clipboard
fun Uri.toBitmap(contentResolver: ContentResolver, onException: (Exception) -> Unit = {}): Bitmap?
Link copied to clipboard
fun Uri.toImageRef(contentResolver: ContentResolver, loadOptions: BufferImageLoadOptions = BufferImageLoadOptions()): Result<ImageRef>